runtime.timers.minWhenModified (field)
9 uses
runtime (current package)
time.go#L159: minWhenModified atomic.Int64
time.go#L564: ts.minWhenModified.Store(0)
time.go#L611: if min := t.ts.minWhenModified.Load(); min == 0 || when < min {
time.go#L850: src.minWhenModified.Store(0)
time.go#L870: first := ts.minWhenModified.Load()
time.go#L930: ts.minWhenModified.Store(0)
time.go#L991: nextWhen := ts.minWhenModified.Load()
time.go#L1309: old := ts.minWhenModified.Load()
time.go#L1313: if ts.minWhenModified.CompareAndSwap(old, when) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |